home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / source8 / mmblob.dfm / mmblob.txt
Encoding:
Text File  |  1995-12-22  |  7.5 KB  |  379 lines

  1. object BtnBottomDlg: TBtnBottomDlg
  2.   Left = 40
  3.   Top = 79
  4.   BorderStyle = bsDialog
  5.   Caption = 'This example uses mmblob.dbf'
  6.   ClientHeight = 331
  7.   ClientWidth = 567
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   TextHeight = 13
  16.   object Gauge1: TGauge
  17.     Left = 455
  18.     Top = 214
  19.     Width = 81
  20.     Height = 34
  21.     Kind = gkNeedle
  22.     BorderStyle = bsNone
  23.     ForeColor = clRed
  24.     BackColor = clSilver
  25.     Progress = 0
  26.   end
  27.   object Label3: TLabel
  28.     Left = 70
  29.     Top = 72
  30.     Width = 137
  31.     Height = 25
  32.     Caption = 'ImageLib 2.0'
  33.     Color = clBtnFace
  34.     Font.Color = clGray
  35.     Font.Height = -20
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = [fsBold, fsItalic]
  38.     ParentColor = False
  39.     ParentFont = False
  40.   end
  41.   object Label5: TLabel
  42.     Left = 44
  43.     Top = 103
  44.     Width = 196
  45.     Height = 13
  46.     Caption = 'Copyright: Kevin Adams and Jan Dekkers'
  47.     Font.Color = clGray
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ParentFont = False
  52.   end
  53.   object Label6: TLabel
  54.     Left = 52
  55.     Top = 119
  56.     Width = 179
  57.     Height = 13
  58.     Caption = 'Send check or money order of $ 65 to'
  59.     Font.Color = clGray
  60.     Font.Height = -11
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = []
  63.     ParentFont = False
  64.   end
  65.   object Label7: TLabel
  66.     Left = 44
  67.     Top = 136
  68.     Width = 192
  69.     Height = 13
  70.     Caption = 'Jan Dekkers, 11956 Riverside Drive 206'
  71.     Font.Color = clGray
  72.     Font.Height = -11
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = []
  75.     ParentFont = False
  76.   end
  77.   object Label4: TLabel
  78.     Left = 68
  79.     Top = 152
  80.     Width = 128
  81.     Height = 13
  82.     Caption = 'North Hollywood CA 91607'
  83.     Font.Color = clGray
  84.     Font.Height = -11
  85.     Font.Name = 'MS Sans Serif'
  86.     Font.Style = []
  87.     ParentFont = False
  88.   end
  89.   object Bevel1: TBevel
  90.     Left = 18
  91.     Top = 25
  92.     Width = 251
  93.     Height = 160
  94.   end
  95.   object Label8: TLabel
  96.     Left = 32
  97.     Top = 56
  98.     Width = 217
  99.     Height = 13
  100.     Caption = 'Jpeg, Gif, Pcx, Bmp, Avi, Mov, Wav, Mid, Rmi'
  101.     Font.Color = clGray
  102.     Font.Height = -11
  103.     Font.Name = 'MS Sans Serif'
  104.     Font.Style = []
  105.     ParentFont = False
  106.   end
  107.   object Label9: TLabel
  108.     Left = 88
  109.     Top = 40
  110.     Width = 114
  111.     Height = 13
  112.     Caption = 'Multimedia Blob Support'
  113.     Font.Color = clGray
  114.     Font.Height = -11
  115.     Font.Name = 'MS Sans Serif'
  116.     Font.Style = []
  117.     ParentFont = False
  118.   end
  119.   object CancelBtn: TBitBtn
  120.     Left = 222
  121.     Top = 291
  122.     Width = 74
  123.     Height = 30
  124.     Caption = 'Exit'
  125.     TabOrder = 0
  126.     OnClick = CancelBtnClick
  127.     Kind = bkCancel
  128.     Margin = 2
  129.     Style = bsNew
  130.     Spacing = -1
  131.     IsControl = True
  132.   end
  133.   object DBMediaPlayer1: TDBMediaPlayer
  134.     Left = 44
  135.     Top = 206
  136.     Width = 197
  137.     Height = 25
  138.     VisibleButtons = [btPlay, btPause, btStop, btNext, btPrev, btStep, btBack]
  139.     Display = DBMultiMedia1
  140.     TabOrder = 1
  141.   end
  142.   object DBNavigator1: TDBNavigator
  143.     Left = 17
  144.     Top = 184
  145.     Width = 251
  146.     Height = 23
  147.     DataSource = DataSource1
  148.     TabOrder = 2
  149.   end
  150.   object BitBtn1: TBitBtn
  151.     Left = 11
  152.     Top = 291
  153.     Width = 74
  154.     Height = 30
  155.     Caption = 'Append MM'
  156.     Enabled = False
  157.     TabOrder = 3
  158.     OnClick = BitBtn1Click
  159.     Style = bsNew
  160.   end
  161.   object CheckBox1: TCheckBox
  162.     Left = 294
  163.     Top = 266
  164.     Width = 64
  165.     Height = 17
  166.     Caption = 'Auto Play'
  167.     State = cbChecked
  168.     TabOrder = 4
  169.     OnClick = CheckBox1Click
  170.   end
  171.   object CheckBox2: TCheckBox
  172.     Left = 382
  173.     Top = 266
  174.     Width = 67
  175.     Height = 17
  176.     Caption = 'Auto hide'
  177.     TabOrder = 5
  178.     OnClick = CheckBox2Click
  179.   end
  180.   object BitBtn2: TBitBtn
  181.     Left = 164
  182.     Top = 291
  183.     Width = 58
  184.     Height = 30
  185.     Caption = 'Table'
  186.     TabOrder = 6
  187.     OnClick = BitBtn2Click
  188.     Style = bsNew
  189.   end
  190.   object DBMultiMedia1: TDBMultiMedia
  191.     Left = 17
  192.     Top = 24
  193.     Width = 250
  194.     Height = 161
  195.     JPegDither = 4
  196.     JPegResolution = 8
  197.     JPegSaveQuality = 25
  198.     JPegSaveSmooth = 0
  199.     UPdateBlobAsJpeg = True
  200.     AutoPlayMultiMedia = False
  201.     AutoRePlayMultiMedia = False
  202.     AutoHideMediaPlayer = False
  203.     PathForTempFile = 'C:\'
  204.     DataField = 'MEDIA'
  205.     DataSource = DataSource1
  206.     MediaPlayer = DBMediaPlayer1
  207.     Font.Color = clBlack
  208.     Font.Height = -11
  209.     Font.Name = 'MS Sans Serif'
  210.     Font.Style = []
  211.     ParentFont = False
  212.     TabOrder = 7
  213.   end
  214.   object DBEdit1: TDBEdit
  215.     Left = 286
  216.     Top = 24
  217.     Width = 121
  218.     Height = 20
  219.     DataField = 'TEXT1'
  220.     DataSource = DataSource1
  221.     MaxLength = 0
  222.     ReadOnly = True
  223.     TabOrder = 8
  224.   end
  225.   object DBEdit2: TDBEdit
  226.     Left = 286
  227.     Top = 59
  228.     Width = 121
  229.     Height = 20
  230.     DataField = 'TEXT2'
  231.     DataSource = DataSource1
  232.     MaxLength = 0
  233.     ReadOnly = True
  234.     TabOrder = 9
  235.   end
  236.   object DBMemo1: TDBMemo
  237.     Left = 425
  238.     Top = 23
  239.     Width = 135
  240.     Height = 184
  241.     Color = clNavy
  242.     DataField = 'MEMO1'
  243.     DataSource = DataSource1
  244.     Font.Color = clWhite
  245.     Font.Height = -11
  246.     Font.Name = 'MS Sans Serif'
  247.     Font.Style = []
  248.     ParentFont = False
  249.     TabOrder = 10
  250.   end
  251.   object BitBtn3: TBitBtn
  252.     Left = 85
  253.     Top = 291
  254.     Width = 79
  255.     Height = 30
  256.     Caption = 'Change MM'
  257.     Enabled = False
  258.     TabOrder = 11
  259.     OnClick = BitBtn3Click
  260.     Style = bsNew
  261.   end
  262.   object CheckBox3: TCheckBox
  263.     Left = 111
  264.     Top = 266
  265.     Width = 72
  266.     Height = 17
  267.     Caption = 'Auto Load'
  268.     State = cbChecked
  269.     TabOrder = 12
  270.     OnClick = CheckBox3Click
  271.   end
  272.   object CheckBox4: TCheckBox
  273.     Left = 199
  274.     Top = 266
  275.     Width = 75
  276.     Height = 17
  277.     Caption = 'Auto Replay'
  278.     TabOrder = 13
  279.     OnClick = CheckBox4Click
  280.   end
  281.   object BitBtn4: TBitBtn
  282.     Left = 296
  283.     Top = 291
  284.     Width = 116
  285.     Height = 30
  286.     Hint = 'Create a new message and store it in the blob'
  287.     Caption = 'Create New Msg'
  288.     Enabled = False
  289.     ParentShowHint = False
  290.     ShowHint = True
  291.     TabOrder = 14
  292.     OnClick = BitBtn4Click
  293.   end
  294.   object ScrollBar1: TScrollBar
  295.     Left = 3
  296.     Top = 24
  297.     Width = 8
  298.     Height = 183
  299.     Hint = 'Message Speed'
  300.     Kind = sbVertical
  301.     Max = 10
  302.     ParentShowHint = False
  303.     Position = 5
  304.     ShowHint = True
  305.     TabOrder = 15
  306.     Visible = False
  307.     OnChange = ScrollBar1Change
  308.   end
  309.   object Panel1: TPanel
  310.     Left = 321
  311.     Top = 94
  312.     Width = 55
  313.     Height = 25
  314.     BevelInner = bvRaised
  315.     BevelOuter = bvLowered
  316.     Caption = 'File Type'
  317.     TabOrder = 16
  318.   end
  319.   object BitBtn5: TBitBtn
  320.     Left = 412
  321.     Top = 291
  322.     Width = 73
  323.     Height = 30
  324.     Hint = 'Create a message on the fly without storing it in the blob'
  325.     Caption = 'On the fly'
  326.     ParentShowHint = False
  327.     ShowHint = True
  328.     TabOrder = 17
  329.     OnClick = BitBtn5Click
  330.     Style = bsNew
  331.   end
  332.   object Panel2: TPanel
  333.     Left = 281
  334.     Top = 128
  335.     Width = 130
  336.     Height = 20
  337.     BevelInner = bvRaised
  338.     BevelOuter = bvLowered
  339.     Caption = 'The blobs'#39'size'
  340.     TabOrder = 18
  341.   end
  342.   object BitBtn6: TBitBtn
  343.     Left = 485
  344.     Top = 291
  345.     Width = 73
  346.     Height = 30
  347.     Caption = 'Print'
  348.     TabOrder = 19
  349.     OnClick = BitBtn6Click
  350.     Style = bsNew
  351.   end
  352.   object DataSource1: TDataSource
  353.     DataSet = Table1
  354.     OnDataChange = DataSource1DataChange
  355.     Left = 26
  356.     Top = 24
  357.   end
  358.   object Table1: TTable
  359.     DatabaseName = 'c:\mmblob'
  360.     TableName = 'MMBLOB.DBF'
  361.     Left = 111
  362.     Top = 24
  363.   end
  364.   object OpenDialog1: TOpenDialog
  365.     Left = 55
  366.     Top = 24
  367.   end
  368.   object OpenDialog2: TOpenDialog
  369.     FileName = 'mmblob.dbf'
  370.     Filter = 'mmblob.dbf|mmblob.dbf'
  371.     Left = 84
  372.     Top = 24
  373.   end
  374.   object PrintDialog1: TPrintDialog
  375.     Left = 139
  376.     Top = 24
  377.   end
  378. end
  379.